home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / c / _fda / _help < prev    next >
Encoding:
Text File  |  1992-01-19  |  665 b   |  25 lines

  1.    
  2.    fda vsn 1.20 [Jan 19 1992] - file disassembler aid
  3.    
  4.    fda [-o offset] infile [[-o offset] infile] ...
  5.          offset defaults to 0
  6.    
  7.    Options:-
  8.          -o  offset in bytes to start from
  9.    
  10.    Note:-
  11.          The output file is stdout which can be redirected
  12.    
  13.    Example:-
  14.          fda !runimage > s.assembly
  15.          fda fda -o20 code
  16.    
  17.    Output:-
  18.          fda takes executable code and displays it such as MEMORYI does.
  19.          The input file can be of any type,and no type checking is made.
  20.    
  21.          The format of the output is:-
  22.    
  23.          offset : ascii : instruction-number : disassembled instruction
  24.    
  25.